home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_5 / PlaceObject2_162_27 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-09-27  |  307 b   |  18 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.croco2.hitTest(_root.ship.hull))
  3.    {
  4.       tellTarget("_root.croco2.xx1.goxy")
  5.       {
  6.          gotoAndStop("touche");
  7.          play();
  8.       }
  9.    }
  10.    else
  11.    {
  12.       tellTarget("_root.croco2.xx1.goxy")
  13.       {
  14.          gotoAndStop(1);
  15.       }
  16.    }
  17. }
  18.